Install the newly-added pkgconfig file. (Closes: #927260)
authorMo Zhou <cdluminate@gmail.com>
Sat, 27 Apr 2019 06:00:22 +0000 (06:00 +0000)
committerMo Zhou <cdluminate@gmail.com>
Sat, 27 Apr 2019 06:00:22 +0000 (06:00 +0000)
debian/rules

index 741631826f2cafa41aa7fbe7ce906a4862c5e25e..c8ab10312d2bcdbd20d2927879f8de881d55eb0c 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
@@ -7,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_install:
        dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+       install -Dm0644 libutf8proc.pc debian/libutf8proc-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/libutf8proc.pc
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS.md